home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / pack / ULIB3954.lha / UnpackLib / User_Docs / UnpackerDocs < prev    next >
Text File  |  1992-09-02  |  3KB  |  79 lines

  1. ***************************************************************************
  2. *                   Docs to the Unpacker Program V2.1c                    *
  3. *                                                                         *
  4. *                                                                         *
  5. *                             Update 14-11-93                             *
  6. *                                                                         *
  7. *                                                                         *
  8. *                          SAFE HEX INTERNATIONAL                         *
  9. ***************************************************************************
  10.  
  11. This  program  are  only  made as a demostration program. It can only a few
  12. things,  just  to  show you want the idea with this library is. The program
  13. has to be started from the CLI.
  14.  
  15. There  are  a  few parameters you have to use to unpack or view a file. The
  16. format of this command are:
  17.  
  18.  
  19.    Unpacker [flags] command InFile [OutFile/Drive]
  20.  
  21.  
  22. The  flags are indicated with a '-' sign followed with a letter. The letter
  23. can be one of the following:
  24.  
  25.     c         - means you will always copy the file, even if the file isn't
  26.                 crunched with one of the supported crunchers.
  27.  
  28.     v         - this  flag  are  only  in  use  when  you  want to unpack a
  29.                 trackcrunched  file such as DMS. The flag means if you want
  30.                 verify when the program write a track on the disk.
  31.  
  32.  
  33. The  command  field  indicate  what  you want to do. You can select between
  34. these commands:
  35.  
  36.     v         - if  you  use  this  command  you  only  have  to  write the
  37.                 InFilename. The command does this, that it scan the file to
  38.                 see  what  the  file  are  crunched with and then write the
  39.                 result to the CLI.
  40.  
  41.     e         - this  command  will  unpack  the file written in the InFile
  42.                 field  are  store  the unpacked file in the OutFile. If you
  43.                 want to unpack a trackpacked file, such as DMS, you have to
  44.                 write which drive you want to unpack the file to instead of
  45.                 a  filename.  You  can select all track-builded drives, ex.
  46.                 DF0:, DF1:, RAD: and CC0:
  47.  
  48. ---------------------------------------------------------------------------
  49.  
  50. Here are a list of some examples to use this program.
  51.  
  52. 1.
  53.         Unpacker v PowerPackerV4.0
  54.  
  55.    This will show what the file PowerPackerV4.0 are crunched with and write
  56.    the result to the CLI. If the file isn't crunched, this will be written.
  57.  
  58.  
  59. 2.
  60.         Unpacker e dh0:c/PowerPackerV4.0 df0:PowerPacker
  61.  
  62.    This will read the file dh0:c/PowerPackerV4.0 into the memory and unpack
  63.    it. Then the program will write the unpacked file as df0:PowerPacker. If
  64.    the file isn't crunched, you will get a error.
  65.  
  66.  
  67. 3.
  68.         Unpacker -v e dh0:NewDemo.DMS df0:
  69.  
  70.    Here  the program will unpack the DMS file dh0:NewDemo.DMS to drive DF0:
  71.    with verify.
  72.  
  73. ---------------------------------------------------------------------------
  74.  
  75. NOTE!!!!!!!!
  76.  
  77. If  you  want to unpack LHA files, you have to store the LHA program in you
  78. C: directory with the RUN command if you running under Kickstart 1.2/1.3.
  79.